home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 064 (1990-02)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 064 (1990-02)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / cclib / con.zoo / lclibcon.i < prev    next >
Text File  |  1989-09-28  |  179b  |  13 lines

  1. ; -------- Macro for Lattice Assembler -----
  2. CCLIBREF macro
  3.    xref _CCLibBase
  4.    section text,code
  5.    xdef  _\1
  6. _\1:
  7.    move.l   _CCLibBase,a6
  8.    jmp        \2(a6)
  9.    end
  10.    endm
  11.  
  12.  
  13.